home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 5
/
MacMania 5.toast
/
/
Internet software
/
NewsWatcher
/
NW Source
/
Source
/
header.h
< prev
next >
Wrap
Text File
|
1995-03-22
|
882b
|
18 lines
void MakeFromHeader (char from[514]);
Boolean HeaderLineIsEmpty (Handle hdr);
OSErr MakeNewsHeader (Handle newsgroups, Handle subject, Handle replyto,
Handle followupto, Handle keywords, Handle distribution, Handle extras,
Handle control, Handle references, Handle *header);
OSErr MakeMailHeader (Handle subject, Handle to, Handle cc, Handle bcc, Handle from,
Boolean copySelf, Handle replyto, Handle keywords, Handle extras,
Handle newsgroups, Handle followupto, Handle distribution,
Handle references, Handle *header);
Boolean FindHeaderCString (Handle text, char *key, char *contents,
long maxLength);
OSErr FindHeaderHandle (Handle text, char *key, Handle *contents);
void FormatAuthorName (char *from);
long FindBody (Handle text);
void DeleteHeaderLine (Handle text, char *key);
long ParseRe (char *subject, long len);
Boolean StringIsValidEmailAddress (char *str);